DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / Clients Property

In This Topic
    Clients Property
    In This Topic
    Gets the clients of the hub.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Clients As IHubClients
    public new IHubClients Clients {get;}
    See Also